i_sasi:	bra	gboot			; GEMDOS entry-point
	bra	iboot			; Boot entry-point
	bra	iboot			; (unused, reserved)


;+
;  Patchable variables
;-
; Published since v3.00
magicnum:	dc.w	$f0ad		; magic number to signify the
					;  existence of  patchable variables
vernum:		dc.w	$0500		; AHDI version number
numchunks:	dc.w	128		; # chunks of memory to add to ospool
		.globl	defbigsect
defbigsect:	dc.w	512		; default size of a big sector
numsqnpart:	dc.w	MAXACSI		; number of sqnpart entries to follow
		.globl	defsqnpart	; default # of logical drives
defsqnpart:	dcb.b	MAXACSI,1	;  reserved for removable ACSI units
acsiidle:	dc.l	0		; default idle time limit for ACSI
					;  unit 0 (in # of _hz_200 ticks)

; Published since v4.00:
numsqcnpart:	dc.w	MAXSCSI		; number of sqcnpart entries to follow
		.globl	defsqcnpart	; default # of logical drives
defsqcnpart:	dcb.b	MAXSCSI,1	;  reserved for removable SCSI units
		.globl	scxltmout	
scxltmout:	dc.l	12001		; SCSI extra long-timeout (>1 min)
		.globl	slwsclto	
slwsclto:	dc.l	5000		; SCSI stunit() long-timeout (>25s)
		.globl	slwscsto	
slwscsto:	dc.l	42		; SCSI stunit() short-timeout (>205ms)
		.globl	scltmout	
scltmout:	dc.l	201		; SCSI long-timeout (>1000 ms)
		.globl	scstmout	
scstmout:	dc.l	101		; SCSI short-timeout (>500 ms)

; Published since v4.03:
		.globl	rcaltm	
rcaltm:		dc.l	801		; time for drive recalibration (>4s)

; Published since v5.00:
		.globl	ideidle		; default idle time limit for IDE-IDE
ideidle:	dc.w	12		;  unit 0 (in 5 second increments)
		.globl	how2scan	; if set, scan physical units as
how2scan:	dc.b	0		;  specified by acsi/scsi/ide2scan
		.globl	acsi2scan	; bit mask of ACSI physical units
acsi2scan:	dc.b	$ff		;   to be scanned at boot time
		.globl	scsi2scan	; bit mask of SCSI physical units
scsi2scan:	dc.b	$ff		;   to be scanned at boot time
		.globl	ide2scan	; bit mask of IDE physical units
ide2scan:	dc.b	$ff		;   to be scanned at boot time
.even



